home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / cat.swf / scripts / frame_8 / PlaceObject2_556_14 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2003-03-01  |  147 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.music == false)
  3.    {
  4.       this.gotoAndStop(2);
  5.    }
  6.    else
  7.    {
  8.       this.gotoAndStop(1);
  9.    }
  10. }
  11.